From: Michael Kifer Date: Fri, 6 Oct 1995 01:20:06 +0000 (+0000) Subject: Added (load "ediff-hook") after loading vc-hook. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~85935 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=a63926dbf3677078f5ed1718a231c7f7a672e81d;p=emacs.git Added (load "ediff-hook") after loading vc-hook. --- diff --git a/lisp/loadup.el b/lisp/loadup.el index 7e4980a5c8a..ad2f40b925c 100644 --- a/lisp/loadup.el +++ b/lisp/loadup.el @@ -130,6 +130,7 @@ (garbage-collect) (load "vc-hooks") +(load "ediff-hook") ;If you want additional libraries to be preloaded and their ;doc strings kept in the DOC file rather than in core,